home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / comm / comm2 / hdrbbs11.lha / HBBS / Doors / System / addcreds / AddCreds.CFG next >
Text File  |  1996-06-25  |  1KB  |  55 lines

  1.  
  2. ; Yeah, now this is a cool door,  it an uploaded file name matches an
  3. ; "AwardFile_n" option then the sysop can determine how to add/remove creds
  4. ; to a user.
  5. ;
  6. ; E.G.  Say your board was an LSD HQ :-) and you wanted to give a user *3 credits
  7. ; for each file that started with the letters "LSD" then you'd set this up:
  8. ;
  9. ; AwardFile_1=LSD#?
  10. ; AwardOpts_1=*3
  11. ;
  12. ; easy huh ??
  13. ;
  14. ; Note: there must be NO spaces between the = of an option name and the start
  15. ; of the options or this door will ignore the commands, likewise there must be no
  16. ; spaces between a modifier and a value.. (e.g.  "*3" is ok, but "* 3" is not)
  17. ;
  18. ; How about:
  19. ;
  20. ; AwardFile_1=#?
  21. ; AwardOpts_1=*2
  22. ;
  23. ; this would give all users 2x creds for each file!! WOW!!! Cool huh ?
  24. ; no more farting about with nukers anymore!! Yeah!..
  25.  
  26.  
  27. ; Use the option below to determine weither to check all possible filename matches
  28. ; or to stop after it has found just one match.
  29.  
  30. StopOnFirstMatch=NO
  31.  
  32. ; give LSD released 3x creds.
  33.  
  34. AwardFile_1=LSD#?
  35. AwardOpts_1=*3
  36.  
  37. ; remove half the credits if the filename has "LAME" in the middle :-)
  38.  
  39. AwardFile_2=#?LAME#?
  40. AwardOpts_2=/2
  41.  
  42. ; Give 1MB creds for each part of any HBBS alpha release..
  43.  
  44. AwardFile_3=HBBS-A??.L??
  45. AwardOpts_3=+1000000
  46.  
  47. ; remove 3MB creds for each file released by Maniacs :-) heheheeeeee
  48.  
  49. AwardFile_4=MNC#?
  50. AwardOpts_4=-3000000
  51.  
  52.  
  53. ;AwardFile_5=#?
  54. ;AwardOpts_5=*2
  55.